home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / interclue-1.5.6-fx.xpi / chrome / interclue / skin / classic / interclue-install.css < prev    next >
Cascading Style Sheet File  |  2008-02-07  |  1KB  |  58 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3.  
  4. .interclue-toolbarbutton {
  5.     -moz-image-region: rect(0 16px 16px 0);
  6. }
  7.  
  8. .interclue-navbarbutton {
  9.     -moz-image-region: rect(0 24px 24px 0);
  10. }
  11.  
  12.  
  13. #interclue-statusbarpanel {
  14.     padding: 0 0 0 0;    
  15. }
  16.  
  17. #interclue-statusbarpanel .interclue-statusbar-image {
  18.     width: 18px;
  19.     height: 16px;
  20.     min-height: 16px;
  21.     padding-left: 1px;
  22.     padding-right: 1px;
  23.     cursor: pointer;
  24. }
  25. #interclue-statusbarpanel image[collapsed="true"], #interclue-statusbarpanel label[collapsed="true"] {
  26.     margin: 0 0 0 0;
  27.     padding: 0 0 0 0;
  28.     width: 0px;
  29. }
  30.  
  31. #interclue-statusbar {
  32.     padding-top: 5px;
  33. }
  34.  
  35.  
  36. /* need to make the button look ok inside the status bar */
  37. #interclue-linkscentmode-current, #interclue-linkscentmode-unavailable {
  38.     -moz-appearance: none;
  39.     -moz-user-focus: ignore;
  40.     -moz-user-select: none;
  41.     background-image: none !important;
  42.     border: none;
  43.     min-width: 16px;
  44.     min-height: 16px;
  45.     height: 16px;
  46.     padding: 0 0 0 0;
  47.     margin: 0 0 0 0;
  48. }
  49.  
  50. #interclue-linkscentmode-current .button-box, #interclue-linkscentmode-unavailable .button-box {
  51.     -moz-appearance: none !important;
  52.     background-image: none !important;
  53.     padding: 0 0 0 0;
  54. }
  55.  
  56. #interclue-stats-statusbar-label {
  57.     margin: 0 3px 0 3px;
  58. }